home *** CD-ROM | disk | FTP | other *** search
- <%@ language="vbscript" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head><title>La mia prima pagina Asp</title></head>
- <body>
-
- <% if hour(now()) < 16 Then %>
- Buongiorno!
- <% else %>
- Buonasera!
- <% end if %>
-
- </body>
- </html>
-